home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / inherit_list < prev    next >
Text File  |  2001-04-06  |  632b  |  21 lines

  1. SYNOPSIS
  2.         string *inherit_list(object ob)
  3.  
  4. DESCRIPTION
  5.         Returns the names of all files currently inherited by <ob>, including
  6.         <ob>s own filename. If <ob> is omitted, it defaults to the current
  7.         object.
  8.  
  9.         'Currently' in the above sentence means that after a replace_program()
  10.         <ob>s 'own filename' is that of the object providing the replacement
  11.         program.
  12.  
  13.         The returned names always begin with '/' (absolute path),
  14.         except when the parser runs in COMPAT mode.
  15.  
  16. HISTORY
  17.         Before 3.2.8, the returned names never started with a '/'.
  18.  
  19. SEE ALSO
  20.         debug_info(E)
  21.